Skip to content

LoopNestTutorial: Basic loop nest optimization template [STEP1]#1

Open
whitneywhtsang wants to merge 2 commits intomainfrom
LLVM2021_Tutorial_step1
Open

LoopNestTutorial: Basic loop nest optimization template [STEP1]#1
whitneywhtsang wants to merge 2 commits intomainfrom
LLVM2021_Tutorial_step1

Conversation

@whitneywhtsang
Copy link
Owner

@whitneywhtsang whitneywhtsang commented Nov 1, 2021

This is the first step of the LoopNest tutorial. The tutorial is divided into 3 steps.

In this first step, we start by introducing the basic framework required by a loop nest transformation pass in LLVM. We use the new pass manager to write our transformation.

@whitneywhtsang whitneywhtsang force-pushed the LLVM2021_Tutorial_step1 branch 3 times, most recently from c79be82 to fb81c7c Compare November 4, 2021 17:23
@whitneywhtsang whitneywhtsang changed the base branch from main to LLVM2021_Tutorial_step0 November 4, 2021 17:23
@whitneywhtsang whitneywhtsang changed the base branch from LLVM2021_Tutorial_step0 to main November 5, 2021 16:18
@whitneywhtsang whitneywhtsang force-pushed the LLVM2021_Tutorial_step1 branch from fb81c7c to 40549de Compare November 5, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant